Vcenter Vm Guest Networking Info
Vcenter Vm Guest Networking Info
The Vcenter Vm Guest Networking Info schema contains information about networking as configured in the guest operating system.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"dns_values": {
"host_name": "string",
"domain_name": "string"
},
"dns": {
"ip_addresses": [
"string"
],
"search_domains": [
"string"
]
}
}
dns_values
Optional
Client DNS values. Data assigned by DNS.
This property was added in vSphere API 7.0.0.0.
If missing or null
no DNS assigned value exists.
dns
Optional
Client DNS configuration. How DNS queries are resolved.
This property was added in vSphere API 7.0.0.0.
If missing or null
no DNS assigned value exists.